.index-top{
  width: 100%;
  border-bottom: 4px solid #04447c;
  padding: 75px;
  line-height: 60px;
  font-size: 44px;
  font-weight: bolder;
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}
.news-list{
  border: 1px solid #eaeaeb;
  padding-bottom: 10px;
  width: 384px;
  box-sizing: border-box;
  float: left;
  margin-right: 24px;
  margin-bottom: 25px;
  background: #fff;
}
.news-list.big{
  width: 792px;
}
.news-list.right{
  float: right;
  margin-right: 0;
}
.news-list .title{
  line-height: 48px;
  height: 48px;
  font-size: 18px;
  padding-left: 40px;
  font-weight: bolder;
  color: #04447c;
  background: url('/Public/images/icon1.png') left 13px center no-repeat;
  background-size: 20px;
  position: relative;
  background-color: #fff;
}
.news-list .title:after{
  content: '';
  display: block;
  width: 32px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 10px;
  background: url('/Public/images/icon2.png') center no-repeat;
  background-size: 16px;
}
.news-list ul{
  padding: 0 15px;
}
.news-list ul li{
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.news-list ul li:hover{
  color: #04447c;
  cursor: pointer;
}
.news-list ul li:hover div{
  text-decoration: underline;
}
.news-list ul li:before{
  content: '·';
  position: absolute;
  top: 0;
  left: 5px;
  width: 20px;
  text-align: center;
}
.news-list ul li:nth-child(odd){
  background-color: #e7ecf3;
}
.news-list ul li div{
  padding-right: 70px;
  display: inline-block;
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis;
  color: #333;
}
.news-list ul li span{
  position: absolute;
  top: 0;
  right: 10px;
  float: right;
  color: #666;
}
.news-swiper{
  height: 375px;
  width: 384px;
  float: right;
  margin-bottom: 25px;
}
.news-swiper .img{
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
.four-block{
  padding-top: 40px;
  overflow: auto;
  margin-bottom: 60px;
}
.four-block .info{
  width: 300px;
  height: 360px;
  float: left;
  background-color: #e7ecf3;
  text-align: center;
  box-sizing: border-box;
  color: #555;
}
.four-block .info img{
  width: 100%;
  height: 100%;
}
.four-block .info.cate{
  padding-top: 160px;
  background: top 75px center no-repeat #e7ecf3;
  background-size: 75px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.four-block .info.cate.cate2,.four-block .info.cate.cate4{
  padding-top: 128px;
  background-position: top 50px center;
}
.four-block .info.cate.cate1{
  background-image: url('/Public/images/cc1.png');
}
.four-block .info.cate.cate2{
  background-image: url('/Public/images/cc3.png');
}
.four-block .info.cate.cate3{
  background-image: url('/Public/images/cc4.png');
}
.four-block .info.cate.cate4{
  background-image: url('/Public/images/cc2.png');
}
.four-block .info .title{
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.four-block .info .sub-title{
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  padding: 0 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.four-block .info .btn{
  width: 220px;
  margin: 20px 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  background-color: #04447c;
  border: 1px solid #04447c;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.four-block .info.cate:hover{
  background-color: #fff;
}
.four-block .info.cate:hover .title{
  color: #04447c;
}
.four-block .info.cate:hover .sub-title{
  color: #04447c;
}
.four-block .info.cate:hover .btn{
  color: #04447c;
  background-color: #fff;
}
.three-block{
  background-color: #e7ecf3;
  overflow: auto;
  padding: 21px;
  margin-bottom: 100px;
}
.three-block .info{
  padding: 5px 15px;
  width: 386px;
  float: left;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.three-block .info .title{
  font-size: 20px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.three-block .info img{
  width: 100%;
  height: 200px;
  margin-bottom: 0px;
}
.three-block .info .message{
  font-size: 16px;
  font-weight: 300;
  color: #777;
  line-height: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.three-block a:hover .info{
  background-color: #eff5fb;
}
.three-block a:hover .title{
  color: #000;
}
.three-block a:hover .message{
  color: #333;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  width: 100px;
  left: auto;
  right: 0;
  bottom: 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 4px;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.news-swiper .swiper-slide .title{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-indent: 20px;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  padding-right: 100px;
  display: inline-block;
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis;
}

.news-swiper .swiper-container{
  width: 100%;
  height: 100%;
}

body.mobile .center-news{
  padding: 0 15px;
}

body.mobile .news-list{
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 15px;
}

body.mobile .news-list .title{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

body.mobile .news-list .title:after{
  height: 40px;
}

body.mobile .news-swiper{
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

body.mobile .four-block{
  padding: 0 15px;
  margin-bottom: 15px;
}

body.mobile .four-block .info{
  width: 50%;
  height: 200px;
}

body.mobile .four-block .block{
  float: left;
  width: 100%;
  height: 15px;
}

body.mobile .four-block .info.cate{
  padding-top: 90px;
  background-position: top 35px center;
  background-size: 50px;
  -webkit-transition: none;
  transition: none;
}

body.mobile .four-block .info .title{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  -webkit-transition: none;
  transition: none;
}

body.mobile .four-block .info .sub-title{
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

body.mobile .four-block .info .btn{
  width: 100px;
  margin: 10px auto;
  font-size: 12px;
  height: 28px;
  line-height: 26px;
  -webkit-transition: none;
  transition: none;
}

body.mobile .four-block .info.cate.cate2, body.mobile .four-block .info.cate.cate4{
  padding-top: 70px;
  background-position: top 15px center;
}

body.mobile .three-block{
  padding: 0 15px;
  background: none;
  margin-bottom: 15px;
}

body.mobile .three-block .info{
  width: 100%;
  background-color: #e7ecf3;
  margin-bottom: 15px;
}

body.mobile .three-block .info .title{
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 32px;
}

body.mobile .three-block .info .message{
  font-size: 14px;
  line-height: 24px;
}


.index-top-swiper{
  width: 1280px;
  margin: 0 auto;
}

.index-top-swiper video{
  width: 100%;
}

.index-top-swiper .swiper-pagination{
  width: 100%;
  bottom: 30px;
}

.index-top-swiper .swiper-pagination .swiper-pagination-bullet{
  margin: 0 5px;
  background-color: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.index-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #04447C;
}

.gonggao-line{
  width: 1280px;
  margin: 20px auto;
  height: 50px;
  background-color: #e7ecf3;
  padding-left: 150px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}

.gonggao-line .label{
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #DB0000;
  padding-left: 54px;
  background: url('/Public/assets/index/gg.png') left 12px center no-repeat;
  background-size: 24px;
}

.gonggao-line .btn-list{
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  height: 60px;
}

.gonggao-line .btn-list .btn{
  width: 50px;
  height: 25px;
  background-color: #cfdae6;
  background: center no-repeat;
  background-size: 16px;
  cursor: pointer;
}
.gonggao-line .btn-list .btn:hover{
  background-color: #b9cadb;
}
.gonggao-line .btn-list .btn.top{
  background-image: url('/Public/assets/index/gg-top.png');
}
.gonggao-line .btn-list .btn.bottom{
  background-image: url('/Public/assets/index/gg-bot.png');
}

.gonggao-line .gonggao-list{
  height: 50px;
  transition: transform 0.5s;
  width: 1070px;
}

.gonggao-line .gonggao-box{
  line-height: 50px;
  width: 535px;
  float: left;
  color: #333;
  font-size: 16px;
  padding-left: 20px;
}

.gonggao-line .gonggao-box .title{
  width: 410px;
  height: 50px;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gonggao-line .gonggao-box .date{
  font-size: 16px;
  width: 100px;
  color: #666;
  float: left;
  text-align: right;
}

.index-common-box{
  width: 1280px;
  margin: 0 auto 20px;
  overflow: auto;
}

.index-common-box .index-title{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #D7D7D8;
  position: relative;
  margin-bottom: 20px;
}

.index-common-box .index-title:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 30px;
  left: 0;
  top: 15px;
  background-color: #04447C;
}

.index-common-box .index-title .title{
  font-size: 20px;
  color: #04447C;
  padding-left: 15px;
  float: left;
}

.index-common-box .index-title .title-sub{
  font-size: 16px;
  color: #D7D7D8;
  padding-left: 10px;
  float: left;
}

.index-common-box .index-title .labels{
  float: right;
  color: #333333;
  font-size: 16px;
  line-height: 49px;
  margin-top: 10px;
}

.index-common-box .index-title .labels .label{
  padding: 0 15px;
  float: left;
  position: relative;
  cursor: pointer;
  border: 1px solid #D7D7D8;
  border-bottom: 0;
  background-color: #f5f5f5;
  color: #ccc;
  margin-left: -1px;
}

.index-common-box .index-title .labels .label.sel{
  color: #04447C;
  background-color: #f6f7fb;
}

.index-common-box .index-news{
  width: 840px;
  border: 1px solid #D7D7D8;
  float: left;
}

.index-common-box .index-news ul{
  padding: 4px 12px 4px;
}

.index-common-box .index-news li{
  line-height: 32px;
  border-bottom: 1px dashed #D7D7D8;
  font-size: 14px;
  color: #333333;
  position: relative;
}

.index-common-box .index-news li div{
  padding-right: 70px;
  height: 33px;
  overflow: hidden;
}

.index-common-box .index-news li span{
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  font-size: 14px;
  text-align: right;
}

.index-common-box .index-news li:hover{
  background-color: rgba(0,0,0,0.03);
}

.index-common-box .index-news li:hover div{
  font-weight: bolder;
}

.index-common-box .index-news li.more{
  border-bottom: 0px;
  text-align: right;
}

.index-common-box .index-news li.more:hover{
  background-color: none;
}

.index-common-box .news-swiper{
  height: 280px;
  width: 420px;
  float: right;
  margin-bottom: 0;
}

.index-common-box .news-swiper .swiper-slide .title{
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  background: none;
}

.index-common-box .news-swiper .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 12px;
}

.index-common-box .mid-swiper{
  width: 100%;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
}

.index-common-box .mid-swiper .swiper-slide img{
  width: 100%;
}

.index-business-show{
  height: 438px;
  margin-bottom: 40px;
}

.index-business-show .business-box{
  height: 100%;
  width: 80px;
  overflow: hidden;
  float: left;
  margin-right: 3px;
  position: relative;
  transition: width 0.3s;
}

.index-business-show .business-box:last-child{
  margin-right: 0;
}

.index-business-show .business-box .title{
  height: 100%;
  width: 80px;
  background: no-repeat;
  background-size: auto 100%;
  padding: 200px 30px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
  line-height: 32px;
  position: relative;
  transition: all 0.5s;
  float: left;
  cursor: pointer;
  background-image: url('/Public/assets/index/tabs-back.jpg');
}

.index-business-show .business-box .title:hover{
  background-size: auto 110%;
}

.index-business-show .business-box .title:before{
  content: '';
  width: 80px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 100px;
  background: no-repeat center;
  background-size: 60px;
}

.index-business-show .business-box.box1 .title{
  background-position: left 0px top;
}
.index-business-show .business-box.box2 .title{
  background-position: left -80px top;
}
.index-business-show .business-box.box3 .title{
  background-position: left -160px top;
}
.index-business-show .business-box.box4 .title{
  background-position: left -240px top;
}
.index-business-show .business-box.box5 .title{
  background-position: left -320px top;
}
.index-business-show .business-box.box6 .title{
  background-position: left -400px top;
}

.index-business-show .business-box.box1 .title:before{
  background-image: url('/Public/assets/index/bicon1.png');
}
.index-business-show .business-box.box2 .title:before{
  background-image: url('/Public/assets/index/bicon2.png');
}
.index-business-show .business-box.box3 .title:before{
  background-image: url('/Public/assets/index/bicon3.png');
}
.index-business-show .business-box.box4 .title:before{
  background-image: url('/Public/assets/index/bicon4.png');
}
.index-business-show .business-box.box5 .title:before{
  background-image: url('/Public/assets/index/bicon5.png');
}
.index-business-show .business-box.box6 .title:before{
  background-image: url('/Public/assets/index/bicon6.png');
}

.index-business-show .business-box .content{
  height: 100%;
  width: 784px;
  background: url('/Public/assets/index/huzhou-back.jpg') center no-repeat;
  background-size: cover;
  padding: 100px 80px 0 80px;
  font-size: 22px;
  color: #fff;
  line-height: 44px;
  text-align: justify;
  position: absolute;
  left: 80px;
  top: 0;
}

.index-business-show .business-box .content:before{
  content: '';
  width: 50px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 80px;
  top: 90px;
}

.index-business-show.show1 .business-box.box1{
  width: 864px;
}
.index-business-show.show2 .business-box.box2{
  width: 864px;
}
.index-business-show.show3 .business-box.box3{
  width: 864px;
}
.index-business-show.show4 .business-box.box4{
  width: 864px;
}
.index-business-show.show5 .business-box.box5{
  width: 864px;
}
.index-business-show.show6 .business-box.box6{
  width: 864px;
}

.five-image-box{
  padding-left: 640px;
  position: relative;
}

.five-image-box .box{
  background: center no-repeat;
  background-size: auto 100%;
  width: 310px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

.five-image-box .box:hover{
  background-size: auto 110%;
}

.five-image-box .box .title{
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.five-image-box .box.big{
  position: absolute;
  margin: 0;
  width: 640px;
  height: 410px;
  left: 0;
  top: 0;
}

.five-image-box .box.big .title{
  text-align: left;
  text-indent: 20px;
}
